Squeak Class Documentation category index | class index  
 
TTFontDescription
  category: Balloon-TrueType Fonts
  superclass: Object
  subclasses:

Holds a TrueType font in memory. Is used by TTSampleStringMorph as its font.

Class owns a default example.

instance methods
  accessing
  at:
at:put:

  converting
  asMorph
asStrikeFontScale:

  information
  copyright
familyName
fullName
postscriptName
subfamilyName
trademark
uniqueName
versionName

  private-initialization
  flipAroundY
setAscender:descender:lineGap:
setBounds:unitsPerEm:
setGlyphs:mapping:
setKernPairs:
setStrings:

  properties
  ascender
bounds
descender
lineGap
unitsPerEm

class methods
  instance creations
  default

instance methods
  accessing top  
 

at:

Primitive. Assumes receiver is indexable. Answer the value of an
indexable element in the receiver. Fail if the argument index is not an
Integer or is out of bounds. Essential. See Object documentation
whatIsAPrimitive.


 

at:put:

Primitive. Assumes receiver is indexable. Store the argument value in
the indexable element of the receiver indicated by index. Fail if the
index is not an Integer or is out of bounds. Or fail if the value is not of
the right type for this kind of collection. Answer the value that was
stored. Essential. See Object documentation whatIsAPrimitive.


  converting top  
 

asMorph


 

asStrikeFontScale:

Generate a StrikeFont (actually a FormSetFont) for this TTF font at a given scale.


  information top  
 

copyright


 

familyName


 

fullName


 

postscriptName


 

subfamilyName


 

trademark


 

uniqueName


 

versionName


  private-initialization top  
 

flipAroundY


 

setAscender:descender:lineGap:


 

setBounds:unitsPerEm:


 

setGlyphs:mapping:


 

setKernPairs:


 

setStrings:


  properties top  
 

ascender


 

bounds


 

descender


 

lineGap


 

unitsPerEm


class methods
  instance creations top  
 

default