Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
The term Condensed is used to describe the appearance of a font - it's not a font-style like Bold/Regular/Normal. There should be a way to install this font on your system with the result that a separate entry for 'Bahnschrift Condensed' would appear in the font list of the String object - then make sure to include it with the Extension (Android Font Packer Control).
In any case all necessary font resources must be available after the build process - when you extract your .apk archive, you should be able to find the font assets that can be used.
In theory you always have the option to load a font into a program (example: FontForge) to create a standalone .ttf font that only includes a variation of a specific font (for example the Condensed variation of the Bahnschrift font-family).
If this worked ok, then you can experiment on your Android device if your test font 'bahnschrift condensed' is compatible, something like this:
Start of Frame
Read Packed Fonts
Timer equals 2 seconds
(String) Set font name to "bahnschrift condensed"
if this name would be wrong, you can show yourself the correct name with:
Timer equals 3 seconds
(Change String / Set Alterable String) to PackedFontName$( "Android Font Packer", CORRECT INDEX number of the font position in Android Font Packer list)
Timer equals 4 seconds
(String) Set font name to PackedFontName$( "Android Font Packer", INDEX again)
(Font Packer) On Error Occurred
set a Counter to 1
If this is really important - with some time, effort and basic font creation knowledge, you should be able to create your own shrinked version of a font(only with all the signs you need) that looks exactly like the proprietary font that wasn't compatible.