Search

Search results

proper implementation of numr and dnom OpenType features

... show me an example of proper implementation of the numr and dnom OpenType features? I can get the frac feature to do basic ... fractions, but it seems that the frac feature can call the numr and dnom features, but I haven’t seen anywhere a specific example of ...

Forum topic - ahleman - 22 Mar 2007 - 7:40am - 5 comments - 0 attachments

Stylistic Alternatives - Indesign ?

... sinf commonly used in scientific purposes, frac , numr , dnom and afrc to denote fractions, hist to indicate a shift ...

Forum topic - RachelR - 20 Mar 2007 - 9:26am - 79 comments - 0 attachments

Tierra Nueva - new font inspired by old spanish map

... So, whereas the original code might have been feature numr { # Numerators # Latin sub @Figures by @Numerators; } numr; — which is fairly easy to understand, you get feature ...

Forum topic - Sebastian Nagel - 4 Mar 2008 - 4:47am - 49 comments - 2 attachments

Can't compile/generate OpenType in FontLab 5.0.0 (WinXP)

... - No kerning classes - 2 kerning pairs only - dnom / numr feature Here’s the code for the dnom/numr features: feature dnom { sub @dnom_normal by @dnom_ot; } dnom; ...

Forum topic - amv - 17 Nov 2007 - 7:31pm - 20 comments - 0 attachments

Improving OpenType support in free software: your requests?

... the following had UI controls, off by the default, frac, numr, dnom, ordn, ss01-ss20, swsh+cswh, titl, case+cpsp, dlig, hist+hlig, pcap, ...

Forum topic - srobertson - 27 Jun 2008 - 1:39pm - 11 comments - 0 attachments

Opentype: replacement and positioning of sups, sinf, numr, dnom doing the Adobe way?

I am trying to get the opentype features sups, sinf, numr and dnom (superscript, etc.) to work. The glyphs 0-9 look exactly the ... If you would like to kern “sups” or “numr” or “sinf” numerals with preceding glyphs, it would be ...

Forum topic - Sebastian Nagel - 8 Jan 2006 - 9:14am - 5 comments - 0 attachments

Fractions

... out. sub @FIGURES’ slash @FIGURES by @numr; sub @FIGURES’ @FIGURES slash by @numr; sub @FIGURES’ @FIGURES @FIGURES slash by @numr; sub @numr slash @FIGURES’ by @dnom; sub @dnom @FIGURES’ ...

Forum topic - terminaldesign - 25 Oct 2007 - 3:18pm - 15 comments - 0 attachments

OpenType programming

... superior # sinf: makes numbers inferior # numr: replaces selected figures with numerators # dnom: replaces selected ... numbers superior # sinf: makes numbers inferior # numr: replaces selected figures with numerators # dnom: replaces selected ...

Forum topic - joelsantos - 12 Feb 2008 - 11:45am - 17 comments - 0 attachments

OT features in InDesign - again

... the four figure sets with accompanying currencies etc and numr/dmom sets along with a handful of ligatures. That is, I guess, as simple ...

Forum topic - PBJ - 15 Jan 2008 - 7:22am - 5 comments - 0 attachments

OpenType in InDesign via scripting

... = Position.OT_SUBSCRIPT; // Numerator (numr) myObject.position = Position.OT_NUMERATOR; // Denominator (dnom) ...

Forum topic - Miguel Sousa - 25 Jan 2008 - 5:28pm - 9 comments - 0 attachments