first commit
This commit is contained in:
35
Classes/ChaChaFontInfo_BrunoAceSC.uc
Normal file
35
Classes/ChaChaFontInfo_BrunoAceSC.uc
Normal file
@@ -0,0 +1,35 @@
|
||||
class ChaChaFontInfo_BrunoAceSC expands ChaChaFontInfo;
|
||||
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT10 FONTNAME="Bruno Ace SC Regular" HEIGHT=10 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT12 FONTNAME="Bruno Ace SC Regular" HEIGHT=12 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT14 FONTNAME="Bruno Ace SC Regular" HEIGHT=14 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT16 FONTNAME="Bruno Ace SC Regular" HEIGHT=16 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT18 FONTNAME="Bruno Ace SC Regular" HEIGHT=18 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT20 FONTNAME="Bruno Ace SC Regular" HEIGHT=20 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT22 FONTNAME="Bruno Ace SC Regular" HEIGHT=22 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT24 FONTNAME="Bruno Ace SC Regular" HEIGHT=24 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT30 FONTNAME="Bruno Ace SC Regular" HEIGHT=30 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT36 FONTNAME="Bruno Ace SC Regular" HEIGHT=36 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT42 FONTNAME="Bruno Ace SC Regular" HEIGHT=42 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT48 FONTNAME="Bruno Ace SC Regular" HEIGHT=48 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT54 FONTNAME="Bruno Ace SC Regular" HEIGHT=54 ANTIAlIAS=TRUE
|
||||
#exec NEW TRUETYPEFONTFACTORY NAME=BrunoAceSCT60 FONTNAME="Bruno Ace SC Regular" HEIGHT=60 ANTIAlIAS=TRUE
|
||||
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
FontClass(0)=Font'BrunoAceSCT10'
|
||||
FontClass(1)=Font'BrunoAceSCT12'
|
||||
FontClass(2)=Font'BrunoAceSCT14'
|
||||
FontClass(3)=Font'BrunoAceSCT16'
|
||||
FontClass(4)=Font'BrunoAceSCT18'
|
||||
FontClass(5)=Font'BrunoAceSCT20'
|
||||
FontClass(6)=Font'BrunoAceSCT22'
|
||||
FontClass(7)=Font'BrunoAceSCT24'
|
||||
FontClass(8)=Font'BrunoAceSCT30'
|
||||
FontClass(9)=Font'BrunoAceSCT36'
|
||||
FontClass(10)=Font'BrunoAceSCT42'
|
||||
FontClass(11)=Font'BrunoAceSCT48'
|
||||
FontClass(12)=Font'BrunoAceSCT54'
|
||||
FontClass(13)=Font'BrunoAceSCT60'
|
||||
}
|
||||
Reference in New Issue
Block a user